home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / MediaMan 3 / MediaMan3Setup.msi / disk1.cab / MediaMan_Help.chm / css / xtree.css < prev   
Cascading Style Sheet File  |  2008-09-16  |  917b  |  60 lines

  1. .webfx-tree-container {
  2.     margin: 0px;
  3.     padding: 0px;
  4.     font: icon;
  5.     white-space: nowrap;
  6. }
  7.  
  8. .webfx-tree-item {
  9.     padding: 0px;
  10.     margin: 0px;
  11.     font: icon;
  12.     color: black;
  13.     white-space: nowrap;
  14. }
  15.  
  16. .webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
  17.     color: black;
  18.     margin-left: 3px;
  19.     padding: 1px 2px 1px 2px;
  20. }
  21.  
  22. .webfx-tree-item a {
  23.     color: black;
  24.     text-decoration: none;
  25. }
  26.  
  27. .webfx-tree-item a:visited {
  28.     color: black;
  29.     text-decoration: none;
  30. }
  31.  
  32. .webfx-tree-item a:hover {
  33.     color: blue;
  34.     text-decoration: underline;
  35. }
  36.  
  37. .webfx-tree-item a:active {
  38.     background: highlight;
  39.     color: highlighttext;
  40.     text-decoration: none;
  41. }
  42.  
  43. .webfx-tree-item img {
  44.     vertical-align: middle;
  45.     border: 0px;
  46. }
  47.  
  48. .webfx-tree-icon {
  49.     width: 16px;
  50.     height: 16px;
  51. }
  52. .webfx-tree-item a.selected {
  53.     color: selectedtext;
  54.     background: selected;
  55. }
  56.  
  57. .webfx-tree-item a.selected-inactive {
  58.     color: windowtext;
  59.     background: buttonface;
  60. }